Initial commit

This commit is contained in:
AuroraCrimsonRose
2026-05-27 15:07:22 -05:00
commit cc64e8d41e
31 changed files with 2354 additions and 0 deletions

149
.gitignore vendored Normal file
View File

@@ -0,0 +1,149 @@
# Byte-compiled / Python cache
__pycache__/
*.py[codz]
*$py.class
# C extensions
*.so
# Build / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Virtual environments
.env
.envrc
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/
.python-version
# UV / Poetry / PDM / Pixi
uv.lock
poetry.lock
poetry.toml
pdm.lock
pdm.toml
.pdm-python
.pdm-build/
pixi.lock
.pixi/
# Logs / runtime / temp
logs/
*.log
runtime/
tmp/
tempCodeRunnerFile.py
# Testing / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.pytest_cache/
.hypothesis/
cover/
# Jupyter / IPython
.ipynb_checkpoints/
profile_default/
ipython_config.py
# Databases / local state
db.sqlite3
db.sqlite3-journal
# Redis / brokers
*.rdb
*.aof
*.pid
mnesia/
rabbitmq/
rabbitmq-data/
activemq-data/
# Framework junk
instance/
.webassets-cache/
.scrapy/
.pybuilder/
target/
docs/_build/
site/
celerybeat-schedule
celerybeat.pid
.scrapy/
.abstra/
.streamlit/secrets.toml
# Type checkers / linters
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/
# Editors / IDEs
.vscode/
.idea/
.spyderproject/
.spyproject/
.ropeproject/
# OS junk
.DS_Store
Thumbs.db
# Pip / packaging artifacts
pip-log.txt
pip-delete-this-directory.txt
.pypirc
# Security / env files
.env
.env.*
*.env
# IMPORTANT: ignore ALL dot-folders by default
.*
!.gitignore
!.github/
!.vscode/ # (comment this out if you want vscode tracked configs later)
# Exceptions (keep important hidden project dirs if you add them later)
!.env.example