Testing_pikesquares/.gitignore

21 lines
238 B
Plaintext

# Ignore virtual environment
.venv/
# Byte-compiled / cached files
__pycache__/
*.py[cod]
*.swp
*.swo
# Logs and databases
*.log
*.sqlite3
# Environment variables and secrets
.env
.DS_Store
# IDE/editor specific files
.vscode/
.idea/