chore: scaffold initial project with .gitignore, gitea_api, main, and read_env modules

This commit is contained in:
2025-06-05 21:32:45 +00:00
commit 81663a712b
4 changed files with 415 additions and 0 deletions
+53
View File
@@ -0,0 +1,53 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Virtual environment
venv/
.env
.envrc
.venv/
# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
# PyInstaller
# Usually these files are generated in the build process
*.spec
# Jupyter Notebook
.ipynb_checkpoints
# Pytest cache
.cache/
# MyPy cache
.mypy_cache/
.dmypy.json
.dmypy.json
# Coverage reports
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
# IDEs and editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# Logs
logs/
*.log
# Environment variables
.env