Files
amILearningEnough/.gitignore
Mohit Mishra ac58da8ffa
Some checks failed
Deploy MkDocs / deploy (push) Has been cancelled
updating gitignore
2024-12-21 08:56:54 +05:30

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.*