updated ignore file

This commit is contained in:
OwusuBlessing
2025-07-24 14:40:34 +01:00
parent 95d357de60
commit 750bc36b46
+84
View File
@@ -0,0 +1,84 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Virtual environments
venv/
env/
.venv/
.env/
ENV/
.Python
# Environment variables
.env
.env.*
# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Logs and local databases
*.log
*.pot
*.sqlite3
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
coverage.xml
*.cover
.cache
nosetests.xml
pytest_cache/
test-results/
# Jupyter Notebook
.ipynb_checkpoints
# PyCharm
.idea/
# VS Code
.vscode/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# Pylint
pylint-report.txt
# Mac OS
.DS_Store
# Backup files
*.bak
*.swp
*~
# Profiling data
profiler.log