optimizing a gate level bcm to the end of the earth and back
1# Python
2__pycache__/
3*.py[cod]
4*$py.class
5*.so
6.Python
7build/
8develop-eggs/
9dist/
10downloads/
11eggs/
12.eggs/
13lib/
14lib64/
15parts/
16sdist/
17var/
18wheels/
19*.egg-info/
20.installed.cfg
21*.egg
22
23# Virtual environments
24.venv/
25venv/
26ENV/
27
28# IDE
29.idea/
30.vscode/
31*.swp
32*.swo
33*~
34
35# Testing
36.pytest_cache/
37.coverage
38htmlcov/
39
40# OS
41.DS_Store
42Thumbs.db