mirror of
https://github.com/AntonioND/architectds.git
synced 2025-06-18 08:35:31 -04:00
17 lines
163 B
Plaintext
17 lines
163 B
Plaintext
# Python cache files
|
|
__pycache__/
|
|
|
|
# Setuptools
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Vim
|
|
.*swp
|
|
|
|
# Virtual environments
|
|
env/
|
|
|
|
# Compile commands files
|
|
compile_commands.json
|