mirror of
https://github.com/mohitmishra786/amILearningEnough.git
synced 2025-12-17 04:14:41 +03:00
32 lines
327 B
Plaintext
32 lines
327 B
Plaintext
# MkDocs build directory
|
|
site/
|
|
|
|
# Python virtual environment
|
|
venv/
|
|
env/
|
|
.env/
|
|
amILearning/
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# IDE specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.* |